home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smfdoor / frmadvan.frm (.txt) < prev    next >
Visual Basic Form  |  1999-06-18  |  2KB  |  67 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAdvanced 
  3.    BackColor       =   &H80000012&
  4.    Caption         =   "You are now an ADVANCED USER"
  5.    ClientHeight    =   1650
  6.    ClientLeft      =   240
  7.    ClientTop       =   5115
  8.    ClientWidth     =   4680
  9.    Icon            =   "frmAdvanced.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   1650
  12.    ScaleWidth      =   4680
  13.    Begin VB.CommandButton Command1 
  14.       Caption         =   "No I am a  winp and i don't want to get in trouble so i don't want full access!!!!"
  15.       Height          =   495
  16.       Left            =   1680
  17.       TabIndex        =   1
  18.       Top             =   1080
  19.       Width           =   2895
  20.    End
  21.    Begin VB.CommandButton cmdOk 
  22.       Caption         =   "OK"
  23.       Height          =   375
  24.       Left            =   120
  25.       TabIndex        =   0
  26.       Top             =   1080
  27.       Width           =   1215
  28.    End
  29.    Begin VB.Label Label1 
  30.       BackColor       =   &H80000007&
  31.       Caption         =   $"frmAdvanced.frx":000C
  32.       ForeColor       =   &H000000FF&
  33.       Height          =   975
  34.       Left            =   120
  35.       TabIndex        =   2
  36.       Top             =   120
  37.       Width           =   4095
  38.    End
  39. Attribute VB_Name = "frmAdvanced"
  40. Attribute VB_GlobalNameSpace = False
  41. Attribute VB_Creatable = False
  42. Attribute VB_PredeclaredId = True
  43. Attribute VB_Exposed = False
  44. Private Sub cmdOk_Click()
  45.  frmdoors99.Image1.Visible = True
  46.     frmdoors99.Image2.Visible = True
  47.     frmdoors99.Image3.Visible = True
  48.     frmdoors99.Image4.Visible = True
  49.     frmdoors99.Image5.Visible = True
  50.     frmdoors99.imgNetscape.Visible = True
  51.     frmdoors99.imgPaint.Visible = True
  52.     frmdoors99.imgExplorer.Visible = True
  53.     frmdoors99.Label1.Visible = True
  54.     frmdoors99.Label2.Visible = True
  55.     frmdoors99.Label3.Visible = True
  56.     frmdoors99.Label4.Visible = True
  57.     frmdoors99.Label5.Visible = True
  58.     frmdoors99.Label6.Visible = True
  59.     frmdoors99.Label7.Visible = True
  60.     frmdoors99.Label8.Visible = True
  61.     frmdoors99.Label9.Visible = True
  62. frmAdvanced.Hide
  63. End Sub
  64. Private Sub Command1_Click()
  65. frmAdvanced.Hide
  66. End Sub
  67.